home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Macintosh Demo Applications CD
/
Apple-MacintoshDemoApplicationsCD-1.0-1992.iso
/
More Information
/
QuicKeys
/
For Programmers Only.sea
/
C Examples
/
Read Me (C Examples)
< prev
next >
Wrap
Text File
|
1991-06-22
|
1KB
|
45 lines
This folder contains the C version of the Sample extension. Many of the
same source files are used in both the MPW or Think C versions.
Building instructions for MPW Users:
Building Sample from the Build Menu will make the extension. The makefile
will automatically copy the Sample extension to the QuicKeys 2 extension
folder.
Building instructions for Think C Users:
Build the Sample project first then build the SampleUI project.
The SampleUI project will merge the user interface routines into Sample.
After building, you must copy the Sample extension to the QuicKeys 2
extension folder which is in
<your system folder>:Preferences:QuicKeys Folder:Extensions
Files in this folder:
commonExecute.a Allocates space for ExecuteQueue in MPW versions
and calls doExecute
extensions.h QuicKeys 2™ extension definitions
Sample.make Makefile for MPW users to build Sample extension
Sample.r Resource definitions for MPW users
Sample.π Think C project for execution routines
Sample.π.rsrc Think C resources
SampleData.h Definition of Sample's key data.
Common to both MPW and Think C.
SampleUI.c User interface routine.
Common to both MPW and Think C.
SampleUI.π Think C project file for user interface routines
SampleX.c Execution routine.
Common to both MPW and Think C.
SampleXhdr.c Custom execution header for Think C users. Similar to
commonExecute.a